home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
IMGLIB95
/
MMOPEN.DF_
/
MMOPEN.DF
/
MMOPEN.txt
Wrap
Text File
|
1996-03-31
|
3KB
|
136 lines
object MultiOpenMM: TMultiOpenMM
Left = 123
Top = 120
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Open Dialog'
ClientHeight = 295
ClientWidth = 392
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 69
Top = 142
Width = 124
Height = 13
Caption = 'D:\BORLAND\DELPHI32'
end
object Gauge1: TGauge
Left = 273
Top = 199
Width = 75
Height = 14
BorderStyle = bsNone
ForeColor = clNavy
BackColor = clBtnFace
Progress = 0
end
object Panel1: TPanel
Left = 264
Top = 48
Width = 86
Height = 76
BevelOuter = bvLowered
TabOrder = 0
end
object FileListBox1: TFileListBox
Left = 31
Top = 45
Width = 201
Height = 97
ItemHeight = 16
Mask =
'*.BMP;*.GIF;*.PCX;*.JPG;*.SCM;*.PNG;*.CMS;*.wav;*.mid;*.rmi;*.av' +
'i;*.mov;'
ShowGlyphs = True
TabOrder = 1
OnChange = FileListBox1Change
OnDblClick = FileListBox1DblClick
end
object DirectoryListBox1: TDirectoryListBox
Left = 30
Top = 155
Width = 202
Height = 97
ItemHeight = 16
TabOrder = 2
end
object DriveComboBox1: TDriveComboBox
Left = 30
Top = 266
Width = 202
Height = 19
TabOrder = 3
end
object FilterComboBox1: TFilterComboBox
Left = 31
Top = 13
Width = 201
Height = 21
Filter =
'All Media|*.BMP;*.GIF;*.PCX;*.JPG;*.SCM;*.PNG;*.CMS;*.wav;*.mid;' +
'*.rmi;*.avi;*.mov;|BMP |*.BMP|GIF |*.GIF|JPG |*.JPG|PCX |*.PCX|S' +
'CM |*.SCM|PNG |*.PNG|CMS |*.CMS|WAV|*.WAV|MID|*.MID|RMI |*.RMI |' +
'AVI |*.AVI |MOV|*.MOV'
TabOrder = 4
end
object CancelBtn: TBitBtn
Left = 273
Top = 221
Width = 75
Height = 29
TabOrder = 5
OnClick = CancelBtnClick
Kind = bkCancel
Style = bsNew
end
object OKBtn: TBitBtn
Left = 273
Top = 257
Width = 75
Height = 29
TabOrder = 6
OnClick = OKBtnClick
Kind = bkOK
Style = bsNew
end
object CheckBox1: TCheckBox
Left = 269
Top = 161
Width = 89
Height = 17
Caption = 'Auto Display'
State = cbChecked
TabOrder = 7
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 269
Top = 179
Width = 89
Height = 15
Caption = 'Auto Play'
TabOrder = 8
OnClick = CheckBox2Click
end
object Timer1: TTimer
Enabled = False
Interval = 10
OnTimer = Timer1Timer
Left = 296
Top = 72
end
object OpenDialog1: TOpenDialog
FileEditStyle = fsEdit
Left = 280
Top = 16
end
end